.tabs {
    display: flex;
    justify-content: center;
    padding-top: 30px; 
    border-bottom: 2px solid rgb(76, 175, 80); 
    margin-bottom: 15px; 
}

.tab-link {
    margin: 0 15px;
    font-size: 24px; 
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}

.tabs::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color:2px solid rgb(76, 175, 80); 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
}
